func github.com/andybalholm/brotli.decodeVarLenUint8

3 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L130: func decodeVarLenUint8(s *Reader, br *bitReader, value *uint32) int {
		decode.go#L953: 		result = decodeVarLenUint8(s, br, num_htrees)
		decode.go#L2260: 			result = decodeVarLenUint8(s, br, &s.num_block_types[s.loop_counter])